From db176f55de95d1ec95806fdf08ad336c30ece852 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 25 May 1993 13:17:52 +0000 Subject: [PATCH] * x-win.el (command-switch-alist, x-switch-definitions): Treat `-i' like `-itype', as in Emacs 18. --- lisp/term/x-win.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 4af60a1bf4f..c19bf41259d 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -53,6 +53,8 @@ ;; -font *font ;; -foreground *foreground ;; -geometry .geometry +;; -i .iconType +;; -itype .iconType ;; -iconic .iconic ;; -name .name ;; -reverse *reverseVideo @@ -94,6 +96,7 @@ ("-background". x-handle-switch) ("-ms" . x-handle-switch) ("-itype" . x-handle-switch) + ("-i" . x-handle-switch) ("-iconic" . x-handle-switch) ("-cr" . x-handle-switch) ("-vb" . x-handle-switch) @@ -117,6 +120,7 @@ ("-ms" mouse-color) ("-cr" cursor-color) ("-itype" icon-type t) + ("-i" icon-type t) ("-iconic" iconic-startup t) ("-vb" vertical-scroll-bars t) ("-hb" horizontal-scroll-bars t) -- 2.30.2